#header{
    width: 100%;
}
.header-top{
    width: 100%;
    height: 45px;
    line-height: 45px;
    /*background: #076f7c;*/
    background: url("/static/new/topbg1.png") repeat-x;
    color: #fff;
    overflow: hidden;
}
.h-top-con{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    width: 307px;
    float: left;
    display: block;
}
.top-con-left a{
    color: #fff;
    margin-right: 18px;
    font-size: 14px;
}
.top-con-left a img{
    margin-top: -5px;
}
.top-con-left span{
    margin-right: 10px;
    font-family: 楷体;
    font-size: 16px;
}
.header-menu{
    width: 100%;
}
.menu-con{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    margin: 30px 0 25px 0;
}
.menu-box{
    margin-top: 30px;
}
.menu-box ul .f-li{
    float: left;
    padding: 0 12px;
    position: relative;
}
.menu-box ul .f-li:hover{
    /*border-bottom: 5px solid #076f7c;*/
    border-bottom: 5px solid #ffba00;
}
.s-ul{
    position: absolute;
    left: 0;
    top: 51px;
    z-index: 99999;
    /*background: #076f7c;*/
    background: #f3f3f3;
    display: none;
    width: 100%;
    text-align: center;
}
.s-ul li{
    padding: 0 13px;
}
.s-ul li:hover{
    /*background: #fff;*/
    background: #47a15c;
}
.menu-box .s-ul li a{
    /*color: #fff;*/
    color: #000;
    font-size: 16px;
}
.s-ul li:hover a{
    /*color: #076f7c;*/
    color: #fff;
}
.menu-box ul li a{
    font-size: 18px;
    line-height: 46px;
    padding-bottom: 12px;
}
.menu-box .f-li:hover .f-nav{
    color: #076f7c;
    /*border-bottom: 5px solid #076f7c;*/
}


.logo-imgs{
    float: left;
    width: 48px;
}
.logo-text{
    float: left;
    margin-left: 3px;
    margin-top: 8px;
}
.logo-text p{
    font-size: 18px;
    font-weight: bold;
    width: 249px;
    text-align: justify;
    text-align-last: justify;
    display: block;
}
.logo-text span{
    width: 248px;
    font-size: 10px;
    text-align: justify;
    text-align-last: justify;
    display: block;
    word-break:keep-all;           /* 不换行 */
    white-space:nowrap;          /* 不换行 */
    transform: scale(0.90);
    transform-origin:0 0;

    -ms-transform: scale(0.90);         /* IE 9 */
    -ms-transform-origin:0 0;       /* IE 9 */

    -webkit-transform: scale(0.90); /* Safari 和 Chrome */
    -webkit-transform-origin:0 0;   /* Safari 和 Chrome */

    -moz-transform: scale(0.90);        /* Firefox */
    -moz-transform-origin:0 0;      /* Firefox */

    -o-transform: scale(0.90);      /* Opera */
    -o-transform-origin:0 0;        /* Opera */
}
.logo-text span::after{
    content:"";
    display: inline-block;
    width:100%;
    overflow:hidden;
    height:0;
}
.menu-box ul .active_sty{
    border-bottom: 5px solid #ffba00;
}